Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2025

This PR contains the following updates:

Package Type Update Change
sqlformat dependencies minor 0.3.0 -> 0.5.0

Release Notes

shssoichiro/sqlformat-rs (sqlformat)

v0.5.0

Compare Source

  • feat!: Improve array support (#​106)
  • feat: Add initial debugging capabilities
  • feat: Support PostgreSQL row-level locking syntax (FOR UPDATE, FOR SHARE) (#​108)
  • fix: More inline formatting edge cases (#​109)
  • fix: Type specifiers after numeric literals (#​108)

v0.4.0

Compare Source

  • feat!: More formatting options (#​78)
  • feat!: More formatting options (#​74)
  • feat: Consistently space blocks after arguments
  • feat: Correctly inline opening parentheses (#​100)
  • feat: Support more conditionally top level tokens (#​99)
  • feat: Complex insert support (#​90)
  • feat: Add fmt for SQLite blob literal
  • feat: Uniform the behaviour of block and top-level span options
  • fix: Place a whitespace between the array type specifier and a reserved word
  • fix: Correctly format array type specifier (#​91)
  • fix: Format inline CASE <expression> WHEN correctly (#​86)
  • fix: Fix formatting WITH as a single line
  • fix: Keep the previous tokens per-block
  • fix: Improve the inline/columnar combination (#​80)
  • fix: Consider WITH a top level reserved word
  • fix: Fix the span computation and usage
  • chore: Upgrade to Winnow 0.7.0 (#​79)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/sqlformat-0.x branch from f71c028 to 05c11c0 Compare September 25, 2025 17:00
Copy link
Contributor Author

renovate bot commented Sep 25, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 0.5.0
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

@renovate renovate bot force-pushed the renovate/sqlformat-0.x branch from 05c11c0 to 0130b93 Compare October 9, 2025 01:45
@renovate renovate bot changed the title chore(deps): update rust crate sqlformat to 0.4.0 chore(deps): update rust crate sqlformat to 0.5.0 Oct 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants